readstr(fname, n, decomment)
Read character array from file.
fname | any | string with name of file to read |
n | any | maximum number of lines to read |
decomment | any | if true do not return commented lines |
str | any | string with filecontents |